home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
portlib.lzh
/
PORTLIB
/
SYS
/
UIO.H
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-20
|
365 b
|
19 lines
/*
* WARNING: readv() and writev() work only with sockets! On other files
* you will get EINVAL.
*/
#ifndef _SYS_UIO_H
#define _SYS_UIO_H
#ifndef _COMPILER_H
#include <compiler.h>
#endif
#include <sys/socket.h>
__EXTERN int readv __PROTO((int, struct iovec *, _SIZE_T));
__EXTERN int writev __PROTO((int, struct iovec *, _SIZE_T));
#endif